.custom-button{
  background-color: #119CED !important;
  border-color:#119CED !important;
  color: #ffffff !important;
}
.login-block{
  background: none !important;
  background-color: #000000 !important;
}
.custom-black-bg{
  background-color: #000000!important;
}
.custom-black-bg .pcoded-item>li.active>a{
  background-color: #000000!important;
}
@media only screen and (max-width: 992px){
    .header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
        text-align: left !important;
    }
}
.bamp-color .input-group-addon{background-color: #119CED !important;}
.pcoded .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #fff !important;}
.mCSB_dragger{background-color: #fff !important;}
.icon-toggle-right:before{content: "\e88f"!important;}
.icon-toggle-left:before{content: "\e88f"!important;}
.bottom-logo{position: fixed !important;; bottom: 0; width: 17% !important;; background-color: #000 !important;}
 @media only screen and (max-width: 480px){
    .bottom-logo{position: fixed !important;; bottom: 0; width: 58% !important;; background-color: #000 !important;}
}
@media only screen and (max-width: 573px){
  .nav-tabs.tabs {
      display: flex!important;
  }
  .nav-tabs .nav-link.active{border-bottom: 1px solid #000!important;}
  .request-button{width: 100%!important; margin-bottom: 10px!important;}
  .main-body .page-wrapper .page-header-title h4{margin-top: 30px!important}
  .main-menu {width: 241px!important;}
}
.datepicker {
  z-index:1101 !important;
}
.mw-18{
  max-width: 20px;
  margin-bottom: 5px;
}
.mw-50{
  max-width: 50px;
}
.header-custom-icon{
  font-size: 20px;width: 25px !important;
}

.j-pro input[type="number"] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 2px solid rgba(0, 0, 0, .12);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0, 0, 0, .87);
  display: block;
  font-family: inherit;
  font-size: 16px;
  height: 48px;
  padding: 10px 15px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  -moz-transition: all.4s;
  -ms-transition: all.4s;
  -o-transition: all.4s;
  transition: all .4s;
}